home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_hylafax.idb / var / freeware / spool / fax / config / zyxel-1496e-1.z / zyxel-1496e-1
Text File  |  2002-07-08  |  4KB  |  104 lines

  1. # $Id: zyxel-1496e-1,v 1.3 2002/04/07 20:29:27 darren Exp $
  2. #
  3. # HylaFAX Facsimile Software
  4. #
  5. # Copyright (c) 1990-1996 Sam Leffler
  6. # Copyright (c) 1991-1996 Silicon Graphics, Inc.
  7. # HylaFAX is a trademark of Silicon Graphics, Inc.
  8. # Permission to use, copy, modify, distribute, and sell this software and 
  9. # its documentation for any purpose is hereby granted without fee, provided
  10. # that (i) the above copyright notices and this permission notice appear in
  11. # all copies of the software and related documentation, and (ii) the names of
  12. # Sam Leffler and Silicon Graphics may not be used in any advertising or
  13. # publicity relating to the software without the specific, prior written
  14. # permission of Sam Leffler and Silicon Graphics.
  15. # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  16. # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  17. # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  18. # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  19. # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  20. # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  21. # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  22. # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  23. # OF THIS SOFTWARE.
  24. #
  25.  
  26. #
  27. # Class 1 configuration for a ZyXEL U1496.  Class 1
  28. # support was introduced in firmware revision 6.14.
  29. #
  30. # This configuration file sets up the ZyXEL to run at 38.4 for
  31. # both sending and receiving.  RTS/CTS flow control is used on
  32. # the tty port by default.
  33. #
  34. # CONFIG:CLASS1:1496:.*:.*: Manufacturer=ZyXEL Model=U1496
  35. # CONFIG:CLASS1:33603:.*:.*: Manufacturer=ZyXEL Model=U336S
  36. #
  37. # BEGIN-SERVER
  38. # END-SERVER
  39. #
  40. # Modem-related stuff: should reflect modem command interface
  41. # and hardware connection/cabling (e.g. flow control).
  42. #
  43. ModemType:        Class1        # use class 1 interface
  44. ModemRate:        19200
  45. ModemFlowControl:    rtscts        # default
  46. #
  47. ModemNoFlowCmd:        AT&H0        # disable flow control
  48. ModemHardFlowCmd:    AT&H3        # hardware flow control
  49. ModemSoftFlowCmd:    AT&H4        # software flow control
  50. ModemSetupDTRCmd:    AT&D2        # DTR off causes modem to hang up
  51. ModemSetupDCDCmd:    AT&C1        # DCD tracks carrier
  52. ModemSetupAACmd:    AT+FAA=1    # enable in current class
  53. #
  54. # Additional reset commands:
  55. #
  56. # &B1      DTE-DCE rate is fixed at DTE setting
  57. # &N0      Auto-negotiate highest possible DCE-DCE link rate
  58. # &S0      DSR always on
  59. # *F0      Deny remote configuration
  60. # S38.3=1 DCD on/off sequence follows UNIX standard
  61. ModemResetCmds:        AT&B1&N0&S0*F0S38.3=1
  62. #
  63. # We normally append the "@" symbol to the dial string so that
  64. # the modem will wait 5 seconds before attempting to connect
  65. # and return result codes that distinguish between no carrier
  66. # and no answer.  This makes it possible to avoid problems with
  67. # repeatedly dialing a number that doesn't have a fax machine
  68. # (kudos to Stuart Lynne for this trick.)
  69. #
  70. # Unfortunately, ZyXEL's don't seem to detect a busy signal when
  71. # the @ symbol is used to terminate the dialing string.  Instead
  72. # calls to a busy line come back with a NO CARRIER status which
  73. # causes us to toss the job.  Consequently we fall back to the
  74. # normal method and raise the number of retries on a no carrier
  75. # status.  ZyXEL claims that this behaviour is not a bug, but 
  76. # rather that we are requesting ``an enhancement'' (never mind
  77. # that their manual says that it should work).
  78. #
  79. ModemDialCmd:        ATDT%s        # no '@' 'cuz then busy not recognized
  80. NoCarrierRetrys:    3        # retry 3 times on no carrier
  81. #
  82. ModemSetVolumeCmd:    "ATM0 ATM1L1 ATM1L3 ATM1L5 ATM1L7"
  83. #
  84. ModemMfrQueryCmd:    AT+FMFR?
  85. ModemModelQueryCmd:    "!"
  86. ModemRevQueryCmd:    AT+FREV?
  87. #
  88. # NB: this works around a bug in the 6.14 firmware; the modem does not
  89. #     not deliver the FCS bytes in the received HDLC frame, per the spec.
  90. #
  91. Class1FrameOverhead:    2        # 6.14 firmware does not include FCS
  92. #
  93. # Caller ID configuration setup.
  94. #
  95. #QualifyCID:        etc/cid        # CID access control list file
  96. #CIDNumber:        "CALLER NUMBER: " # pattern string for phone number info
  97. #CIDName:        "CALLER NAME: "    # pattern string for identity info
  98. #
  99. PagerSetupCmds:        AT&K0&N15    # use V.22 at 1200 bps (PageNet)
  100.